home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Developers / src / kant-generator-04-c / Kant ƒ / Shell ƒ / main.h < prev    next >
Encoding:
Text File  |  1994-11-23  |  323 b   |  8 lines  |  [TEXT/MMCC]

  1. void main(void);
  2. void EventLoop(void);
  3. Boolean HandleSingleEvent(Boolean allowContextSwitching);
  4. short GetTheModifiers(void);
  5. void DispatchEvents(EventRecord theEvent, Boolean allowContextSwitching);
  6. void HandleMouseDown(EventRecord theEvent, Boolean allowContextSwitching);
  7. void ShutDownEnvironment(Boolean fullShutdown);
  8.